libpam-chroot software package provides Chroot Pluggable Authentication Module for PAM, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libpam-chroot
libpam-chroot is installed in your system.
Make ensure the libpam-chroot package were installed using the commands given below,
$ sudo dpkg-query -l | grep libpam-chroot *
You will get with libpam-chroot package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Development |
| Package | libpam-chroot |
| Version | 0.9-4.1 |
| Description | Chroot Pluggable Authentication Module for PAM |
| Sub Section | devel |